Used to indicate that you are compiling for an OS that uses the Big Endian byte order.
Notes
result=TargetBigEndian
Part | Type | Description |
|---|---|---|
result |
Returns True if are compiling for an OS that uses the Big Endian byte order. |
Big Endian means that the high-order byte is stored in memory at the lowest address and the low-order byte at the highest address. Macintosh uses the Big Endian byte order.
See Also
DebugBuild, RBVersion, RBVersionString, TargetCarbon, TargetHasGUI, TargetLinux, TargetLittleEndian, TargetMachO, TargetMacOS, TargetMacOSClassic, TargetMachO, TargetWin32, TargetX86 constants; #If statement.